home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-15 | 1.4 KB | 23 lines | [TEXT/ttxt] |
- 0 3 //This is a typical data file for an (arbitrary) anisotropic process.
- 20 2.5 //It has the same format for both etching and deposition.
- 40 2.2 // The first number in each row is the angle in degrees,
- 60 1.6 //while the second number is the rate distance/time (positive)
- 70 1.2 // The data MUST cover the WHOLE interval (0,360) degrees.
- 80 1 // The etch/deposition rate is in units as specified in the 'Preferences'
- 90 0.6 // The two numbers in a row are separated by any number of
- 100 .5 //spaces, but not with the NewLine or LineFeed characters.
- 120 .4 //The number of data points is arbitrary
- 140 .3 // The data need not be symmetric as they are in this file,
- 160 .25 nor do they need to be in any particular order
- 180 .2 But it is mandatory that the WHOLE interval (0,360) is covered
- -20 2.5 since this is a general unisotropic process
- -40 2.2 // CONVENTION: 0 degree is the vertical direction on the screen!
- -60 1.6 CONSIDER USING A DIRECTIONAL PROCESS IF YOUR DATA IS
- -70 1.2 IN THE INTERVAL (-90,90) DEGREES WITH RESPECT TO AN
- -80 1 ARBITRARY DIRECTION!
- -90 0.6 REMEMBER: The file MUST be closed when read by the program!!!
- -100 .5
- -120 .4 What you write on the remainder of a line is for your own use!
- -140 .3 Each line is terminated by a NewLine or CarriageReturn
- -160 .25 // USE THIS FILE AS AN EXAMPLE TO CREATE YOUR OWN ONES!
- -180 .2 This is an ordinary TEXT file